home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / IBPalettes / WW3DKit / WW3DBox.h < prev    next >
Encoding:
Text File  |  1995-03-22  |  253 b   |  17 lines

  1.  
  2. #import <appkit/appkit.h>
  3. #import "WW3DCompoundCommand.h"
  4.  
  5.  
  6. @interface WW3DBox:WW3DCompoundCommand
  7. {
  8.   RtInt    nPolys;
  9.   RtInt    nVerts[6];
  10.   RtInt    verts[24];
  11.   RtPoint  points[8];
  12.   RtFloat  xMin, yMin, zMin,
  13.            xMax, yMax, zMax;
  14. }
  15.  
  16. @end
  17.